Add org-wide GitHub defaults#1
Merged
CameronImmesoete merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds organization-wide GitHub defaults in the .github repository to standardize CI, templates, and governance files across CameronImmesoete repositories.
Changes:
- Introduces reusable Python CI workflow and repo-level validation workflow.
- Adds org-wide community health files (SECURITY, contributing guidelines, code of conduct, license) plus PR/issue templates.
- Adds agent/Copilot guidance docs and baseline repo hygiene config (Dependabot,
.gitignore, profile README).
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| profile/README.md | Adds org/profile landing README with project links. |
| SECURITY.md | Adds security reporting instructions. |
| LICENSE | Adds MIT license. |
| CONTRIBUTING.md | Documents contribution/PR standards (solo-maintained). |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant-based code of conduct. |
| AGENTS.md | Adds agent automation guidelines and workflow pinning guidance. |
| .gitignore | Adds standard ignore rules for OS/IDE/Python/secrets. |
| .github/workflows/python-ci.yml | Adds reusable Python CI workflow based on uv/ruff/mypy/pytest. |
| .github/workflows/ci.yml | Adds CI to validate YAML, template frontmatter, and profile links. |
| .github/pull_request_template.md | Adds standardized PR template. |
| .github/dependabot.yml | Enables weekly GitHub Actions dependency updates. |
| .github/copilot-review-skill.md | Defines review standards used across repos. |
| .github/copilot-instructions.md | Defines Copilot contribution conventions. |
| .github/ISSUE_TEMPLATE/feature_request.md | Adds feature request issue template. |
| .github/ISSUE_TEMPLATE/bug_report.md | Adds bug report issue template. |
| .github/ISSUE_TEMPLATE/config.yml | Configures issue template contact links and disables blank issues. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… standards Provides default community health files, issue and PR templates, a reusable Python CI workflow, Copilot review skill, and contribution guidelines for all CameronImmesoete repositories. Co-Authored-By: Cam Immesoete <cameron.immesoete@berkeley.edu>
524ab2e to
22680cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Org-wide GitHub defaults for all CameronImmesoete repositories: shared CI workflows, templates, review standards, and contribution guidelines.
Testing
Risk
Low. New repository, additive only.
Checklist